home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 11: TSX-11 / Linux Cubed Series 11 - TSX-11 Vol 1.iso / sbin / bootutil.1 / bootutil / bootutils / mount / etc / fstab next >
Encoding:
Text File  |  1993-07-01  |  1.4 KB  |  42 lines

  1. # /etc/fstab
  2. # static file system information, see fstab(5)
  3. #
  4. # This file is not used by the kernel, but rather by mount(8), umount(8),
  5. # swapon(8) and swapoff(8).  (Some day fsck(8) will also use this file).
  6. #
  7. # Comment lines have "#" in the first column.  The device field is either
  8. # the name of a block special file or a swap file.  The device and directory
  9. # fields should be absolute pathnames (i.e. start with "/").  Entries that
  10. # are to be ignored should have type "ignore".  Frequency and pass are numeric
  11. # fields for dump(8) and fsck(8) that are not yet used in Linux.  You can
  12. # leave them empty if you want.
  13. #
  14. # Since entries in this file are processed sequentially, file systems must
  15. # appear after the file systems they are mounted on (/usr before /usr/spool).
  16. #
  17. # A sample fstab:
  18. #
  19. # device    directory    type    options            freq pass
  20. #
  21. #/dev/hda1    /        minix    defaults
  22. #/dev/hda2    none        swap    sw
  23. #/dev/hda3    /usr        ext    defaults
  24. #/dev/hda4    /usr/spool    ext    defaults
  25. #/dev/hdb1    /dos        msdos    ro,noexec,nodev
  26. #/dev/fd0    /mnt        minix    ro,nodev,nosuid,noauto
  27. #/dev/fd1    none        ignore    xx
  28. #/etc/swapfile    none        swap    swap
  29. #none        /proc        proc    defaults
  30. #server:/home    /home        nfs    defaults
  31.  
  32. /dev/hda1    /        minix    defaults
  33. /dev/hda2    none        swap    sw
  34. /dev/hda3    /usr        ext    defaults
  35. /dev/hda4    /usr/spool    ext    defaults
  36. /dev/hdb1    /dos        msdos    ro,noexec,nodev
  37. /dev/fd0    /mnt        minix    ro,nodev,nosuid,noauto
  38. /dev/fd1    none        ignore    xx
  39. /etc/swapfile    none        swap    sw
  40. none        /proc        proc    defaults
  41. server:/home    /home        nfs    defaults
  42.